home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / programr / vbasic / setupwiz.exe / README.TXT next >
Text File  |  1993-06-30  |  3KB  |  51 lines

  1. This file will detail changes made to SETUPWIZ.EXE after VB 3 shipped.
  2.  
  3. To check the internal version number of your SETUPWIZ.EXE, open a copy
  4. of the file in an editor, and search for the string "ver:" This will
  5. show the version number. Visual Basic version 3.0 for Windows shipped
  6. with SETUPWIZ.EXE version 1.00.532. 
  7.  
  8. VERSION      BUGS FIXED
  9. ---------------------------------------------------------------------
  10. 1.00.533     When using "Save Template", you must enter a file name
  11.              with extension.  The extension is no longer required.
  12. 1.00.533     The "max" setting for the horizontal scrollbar on the Step
  13.              Five screen is so large that the middle button of the scroll
  14.              bar really can't be used. The max has been reset to a smaller
  15.              value.
  16. 1.00.533     The standard command .PIF file may not have the EXECUTION =
  17.              EXCLUSIVE on some computers. As a result, the DOS shells for
  18.              compressing files may sit in the background. Now shell with
  19.              parameter makes the task active with focus.
  20. 1.00.534     Minor tweaks to the user interface to widen the TEMPLATE
  21.              buttons, added an accelerator to the R in Rebuild, and changed
  22.              the accelerator in Exit to the 'x' key.
  23. 1.00.535     Start SetupWiz. Enter C:\. Click NEXT. This causes an
  24.              untrapped error: "Path/file access error".
  25. 1.00.536     Removed line FILE10=OLE2UI.DLL under the [MSOLE2.VBX]
  26.              section in SETUPWIZ.INI.
  27. 1.00.536     Try using Setup Wizard to create setup disks for the
  28.              OLE2DEMO sample application after removing the OLE2UI entry from
  29.              SETUPWIZ.INI. In step 2, select OLE. The Next button
  30.              doesn't work. The Back button does work, and the Next button
  31.              works if nothing is selected in step 2. The Finish button also
  32.              works. This problem affected any OLE application.
  33. 1.00.537     Selecting more than 40 files with the Common Dialog during
  34.              ADD FILES was not handled before. Now it is.
  35. 1.00.538     Cleaned up the MSOLE2.VBX and OLE Automation sections in
  36.              SETUPWIZ.INI
  37. 1.00.539     A PATH pointing to non-existing directories or drives resulted
  38.              in a "User-defined error". Now Setup Wizard returns the correct error
  39.              message and continues.
  40. 1.00.542     Fixed compression problems when running under Windows NT.
  41. 1.00.543     Fixed an invalid keyword in some common dialogs that asked
  42.              where a file is located.
  43. 1.00.543     Fixed a problem if a template's .EXE file was deleted or moved.
  44. 1.00.544     SetupWizard incorrectly added VER.DL_ to the SETUP.LST file.  Setup Wizard
  45.              no longer adds this file to SETUP.LST.
  46.  
  47. PROBLEMS/LIMITATIONS:
  48. 1) COMPRESS.EXE will only take a limited length command line.  If SetupWizard is in a subdir that is 
  49.    nested too deep, then COMPRESS will not work properly.  You will encounter a 'File does not exist' 
  50.    error when in actuality the file does exist.  To work around this problem, move the SETUPKIT 
  51.    subdir up one or more directory levels until COMPRESS works.